C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / ScatterMapLayer<T> Constructor
The owner which owns this map layer.

In This Topic
ScatterMapLayer<T> Constructor
In This Topic
Creates one ScatterMapLayer<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As FlexMap(Of T) _
)
 

Parameters

owner
The owner which owns this map layer.
See Also